home *** CD-ROM | disk | FTP | other *** search
- on sel27
- global bore, sel, t1, drums, d, p, t
- light()
- set bore to bore + 1
- borecheck()
- set sel to 13
- if drums = 0 then
- puppetSound(1, 0)
- set d to random(5)
- if d = 1 then
- puppetSound(1, 204)
- end if
- if d = 2 then
- puppetSound(1, 208)
- end if
- if d = 3 then
- puppetSound(1, 215)
- end if
- if d = 4 then
- puppetSound(1, 216)
- end if
- if d = 5 then
- puppetSound(1, 225)
- end if
- set drums to 1
- end if
- if t1 = 2 then
- set p to random(12)
- if p = 7 then
- set t to random(4)
- if t = 1 then
- puppetSound(5, 0)
- puppetSound(5, p + 32)
- end if
- if t = 2 then
- puppetSound(5, 0)
- end if
- if t = 3 then
- puppetSound(5, 0)
- end if
- if t = 4 then
- puppetSound(5, 0)
- end if
- else
- puppetSound(5, 0)
- puppetSound(5, p + 32)
- end if
- set t1 to 3
- else
- set p to random(12)
- if p = 7 then
- set t to random(4)
- if t = 1 then
- puppetSound(6, 0)
- puppetSound(6, p + 32)
- end if
- if t = 2 then
- puppetSound(6, 0)
- end if
- if t = 3 then
- puppetSound(6, 0)
- end if
- if t = 4 then
- puppetSound(6, 0)
- end if
- else
- puppetSound(6, 0)
- puppetSound(6, p + 32)
- end if
- set t1 to 2
- end if
- end
-